home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Reading & Spelling / Flashcards⁄V1.2 / Flashcards_V1.2 / card_7206.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  333 b   |  20 lines

  1. -- card: 7206 from stack: in.2
  2. -- bmap block id: 19055
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   talk "moon.",150,130
  9.   global it
  10.   if it > 10 then
  11.     visual dissolve fast
  12.     go to card id 50457
  13.   else if it < 10 then
  14.     visual dissolve fast
  15.     go to card id 3029
  16.   end if
  17.  
  18. end idle
  19.  
  20.